Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference


connectServiceWithParams

This procedure connects a physical service for a given service name. This procedure is a required entry point for the Connection Manager.

The procedure retrieves the connection string and appends anything in the parameter list to the end of the connection string. It then invokes substituteParam in the target procedure to substitute arguments in the connection string with values from the substitution list. Finally it binds to the Web service using the updated connection string and returns the server object handle.

Location: af\app\afwebconmgrp.p

Parameters:

INPUT pcServiceName AS CHARACTER INPUT pcParameterList AS CHARACTER INPUT pcSubstitutionList AS CHARACTER OUTPUT pcHandle AS CHARACTER Notes: None

Examples: See the connectService procedure in af\app\afwebconmgrp.p.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095